home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineSprite_1878 / frame_33 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  61 b   |  6 lines

  1. num = random(3) + 1;
  2. if(num < 3)
  3. {
  4.    gotoAndPlay(1);
  5. }
  6.